From: Richard M. Stallman Date: Tue, 26 Apr 1994 01:19:39 +0000 (+0000) Subject: (read_filtered_event): Use Vunread_command_events. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91956 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ec84625a94c34bfc819b34a5a480c287daca901;p=emacs.git (read_filtered_event): Use Vunread_command_events. --- diff --git a/src/lread.c b/src/lread.c index bf6b1f4a2ba..105e9c5efe0 100644 --- a/src/lread.c +++ b/src/lread.c @@ -259,7 +259,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii) { if (error_nonascii) { - unread_command_events = Fcons (val, Qnil); + Vunread_command_events = Fcons (val, Qnil); error ("Non-character input-event"); } else